net/http.response.canWriteContinue (field)
9 uses
net/http (current package)
server.go#L440: canWriteContinue atomic.Bool
server.go#L915: if !w.wroteContinue && w.canWriteContinue.Load() && !w.conn.hijacked() {
server.go#L918: if w.canWriteContinue.Load() {
server.go#L921: w.canWriteContinue.Store(false)
server.go#L1163: if code == 100 && w.canWriteContinue.Load() {
server.go#L1165: w.canWriteContinue.Store(false)
server.go#L1623: if w.canWriteContinue.Load() {
server.go#L1629: w.canWriteContinue.Store(false)
server.go#L1986: w.canWriteContinue.Store(true)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |